home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / smtp.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  4.1 KB  |  90 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : FTP/SMTP
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : 
  6. -- AUTHOR            : E_Systems, Inc., ECI Division
  7. --                   : St. Petersburg, Florida
  8. --                   : Contact: Lt. Colonel Falgiano
  9. --                   : ESD/SCW
  10. --                   : Hanscom AFB, MA  01731
  11. -- COPYRIGHT         : (c) 1985 E_Systems, Inc.
  12. -- DATE CREATED      : 
  13. -- DATE RELEASED     : 22 June 1985
  14. -- DATE LAST UPDATED : 
  15. -- LOCATION          : ASR
  16. -- ENVIRONMENT       : 
  17. --= CLASSIFICATION       ===============================================--
  18. -- CATEGORY LEVEL 1  : Communications
  19. -- CATEGORY LEVEL 2  : Protocol
  20. -- CATEGORY LEVEL 3  : SMTP
  21. -- CATEGORY LEVEL 4  : 
  22. -- KEYWORD           : 
  23. -- INDEX             : FTP
  24. -- INDEX             : SMTP
  25. -- INDEX             : File Transfer Protocol
  26. -- INDEX             : Protocol, File Transfer
  27. -- INDEX             : Simple Mail Transfer Protocol
  28. -- INDEX             : Protocol, Simple Mail Transfer
  29. -- TAXONOMY          : 
  30. -- DEPENDENCIES      : 
  31. -- SEE ALSO          : WIS_TOOL_03_3
  32. --= FILE LISTING         ===============================================--
  33. -- FILE SPECS        : PD:<ADA.DDN>SMTP*.*
  34. -- FILE SPECS        : PD:<ADA.DDN>IFACE*.*
  35. -- FILE SPECS        : PD:<ADA.DDN>*.LCL
  36. -- FILE SPECS        : PD:<ADA.DDN>WICAT*.*
  37. -- FILE SPECS        : PD:<ADA.DDN>USERSMAN*.*
  38. -- DIRECTORY DISPLAY :
  39. -- Directory   PD:<ADA.DDN>
  40. --      File Name     Byte Count  Line Count
  41. --   ---------------  ----------  ----------
  42. --   SMTP.COM                658          40
  43. --   SMTP.PRO               3733          80
  44. --   SMTP.SRC              68638        2369
  45. --   SMTPBAT.COM             545          11
  46. --   SMTPSER.COM            1020          30
  47. --   SMTPWICAT.DAT           198          18
  48. --   SMTPWICAT.SRC         77005        2239
  49. --   IFACE.COM               512          19
  50. --   IFACE.SRC             48820        1289
  51. --   IFACEBAT.COM            570          11
  52. --   USERNAMES.LCL            66           3
  53. --   WICATMISC.SRC        102526        3989
  54. --   USERSMAN.DIS            103           5
  55. --   USERSMAN.DOC         105163        2553
  56. --   ===============  ==========  ==========
  57. --    14 Files            409557       12656
  58. --= ABSTRACT             ===============================================--
  59. --         These  tools provide the ability to transfer files and to send
  60. -- and receive mail among users on diverse hosts.  File transfer will use
  61. -- Ada  SEQUENTIAL_IO calls to read and write files and will interface to
  62. -- TCP(CDRL 0001) to  send  data  across  communication  lines  and  will
  63. -- interface to Telnet to send and receive all commands and replies.  The
  64. -- Simple Mail Transfer Protocol to be implemented is RFC821.
  65. --= REVISION HISTORY     ===============================================--
  66. --
  67. -- DATE         VERSION AUTHOR                  HISTORY 
  68. -- 06/22            1.0                       Initial Release
  69. --= RELEASE NOTICE       ===============================================--
  70. -- This prologue must be included in all copies of this software.
  71. -- 
  72. -- This software is copyright by the author.
  73. -- 
  74. -- This software is released to the Ada community.
  75. -- This software is released to the Public Domain (note:
  76. --   software released to the Public Domain is not subject
  77. --   to copyright protection).
  78. -- Restrictions on use or distribution:  NONE
  79. --= DISCLAIMER           ===============================================--
  80. --     This software and its documentation are provided "AS IS" and
  81. -- without any expressed or implied warranties whatsoever.  No warranties
  82. -- as to performance, merchantability, or fitness for a particular
  83. -- purpose exist.
  84. --     The user is advised to test the software thoroughly before
  85. -- relying on it.  The user must assume the entire risk and liability of
  86. -- using this software.  In no event shall any person or organization of
  87. -- people be held responsible for any direct, indirect, consequential or
  88. -- inconsequential damages or lost profits.
  89. --======================================================================--
  90.